home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-22 | 1.0 KB | 30 lines | [TEXT/CWIE] |
- // Copyright: © 1996 by Apple Computer, Inc., All rights reserved.
- // Release Version: $ ODF 2 $
-
- #ifndef DEFINES_K
- #define DEFINES_K
-
- // Uncomment the following three lines, and define them appropriately!!
- // If your part can be a container for other parts, define FW_SUPPORTS_EMBEDDING
- // to be 1. Otherwise define it to be 0.
- // If your part defines any ODExtensions, define FW_SUPPORTS_EXTENSIONS to be
- // 1 to enable the extensions manager. Otherwise, define it to be 0.
- // If your part is scriptable, define FW_SUPPORTS_SCRIPTING to be 1. Otherwise,
- // define it to be zero. Note that if your part is scriptable is must support
- // extensions, so FW_SUPPORTS_EXTENSIONS must be defined to be 1.
-
- #define FW_SUPPORTS_EMBEDDING 0
- #define FW_SUPPORTS_EXTENSIONS 0
- #define FW_SUPPORTS_SCRIPTING 0
-
- //===================================================
- // PICT ID
- #define kODFpictResID 2000
- #define kPartIconID 128
- #define kAbout 1024
- #define kPartInfoID 1024
-
- //===================================================
- #endif
-
-